home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / libqca2 / README < prev    next >
Text File  |  2007-08-20  |  2KB  |  72 lines

  1. Qt Cryptographic Architecture (QCA) version 2.0.0
  2. -------------------------------------------------
  3. Date: August 19th, 2007
  4. Website: http://delta.affinix.com/qca/
  5. Mailing List: Delta Project <delta@lists.affinix.com>
  6.  
  7. Project Lead/Maintainer (2003-current):
  8.   Justin Karneges <justin@affinix.com>
  9.   (March 2007 - August 2007 under Barracuda Networks employment)
  10.  
  11. Development, Documentation, Unittests (2004-current):
  12.   Brad Hards <bradh@frogmouth.net>
  13.  
  14. Special Thanks:
  15.   Portugal Telecom (SAPO division), for sponsorship
  16.   Alon Bar-Lev, for smart card and design assistance
  17.   Jack Lloyd, for Botan and X.509 mentoring
  18.   L. Peter Deutsch, for the public domain MD5 implementation
  19.   Steve Reid, for the public domain SHA1 implementation
  20.   Jason Kim, for the CMS Signer graphics
  21.  
  22.  
  23. Install
  24. -------
  25.   For installation or compiling instructions, see the INSTALL file.
  26.  
  27.  
  28. License
  29. -------
  30.   This library is licensed under the Lesser GNU General Public License.  See
  31.   the COPYING file for more information.
  32.  
  33.  
  34. Changes
  35. -------
  36.   New in 2.0.0
  37.   - Rewritten for Qt 4
  38.   - MAC algorithms
  39.   - DSA
  40.   - Diffie-Hellman
  41.   - Secure random
  42.   - Secure memory
  43.   - Extensive X.509 API, supporting chains, crls, and validation
  44.   - Smart cards and other key storage
  45.   - OpenPGP
  46.   - Cryptographic Message Syntax (for S/MIME)
  47.   - probably more
  48.  
  49.  
  50. Description
  51. -----------
  52.  
  53.   QCA is a library that provides an easy API for a range of crypographic
  54.   features, including SSL/TLS, X.509 certificates, SASL, OpenPGP, smartcards,
  55.   and much more.
  56.  
  57.   Functionality is supplied via plugins.  This is useful for avoiding
  58.   dependence on a particular crypto library and makes upgrading easier,
  59.   as there is no need to recompile your application when adding or
  60.   upgrading a crypto plugin.
  61.  
  62.   In order for QCA to be of much use, you'll want to install some plugins.
  63.  
  64.   QCA was originally created to support the security needs of the
  65.   Psi XMPP/Jabber client project ( http://psi-im.org/ ).
  66.  
  67.   API Documentation is located in the 'apidocs' subdirectory.
  68.  
  69.  
  70. Have fun,
  71. -Justin
  72.